-
Re: /gbreve in current events
It is likely a mixture of both. Some fonts might not have this glyphs, or some websites might be using a limited glyph subset of the fonts to improve page load. That is one of the problems with web f…1 -
Re: Kashida-like function for other connecting scripts? (tracking/full-justification of scripts)
Kashida justification, as implemented in virtually all applications that support it, works by inserting kashida glyphs after OpenType layout with no re-layout, so there is no way the font can control…2 -
Re: Export old-style non-OpenType "kern" table
LibreOffice uses HarfBuzz on Linux and Core Text on Mac, so it supports OpenType kerning on both, as well as other default OpenType features. On Windows old releases used some ancient Windows APIs, b…3 -
Re: Custom webfont not showing in Firefox44
The error means you have an IgnoreMarks LookupFlag (8) but not GDEF table which is required to identify which glyphs are marks. The solution is to either drop the flag or make sure your font has a GD…1 -
Re: Custom webfont not showing in Firefox44
Just to clarify, both Firefox and Chrome have been using OTS for a long time (probably since they started supporting web fonts) and OTS has always been rejecting GSUB/GPOS/GDEF tables it thought they…2